﻿//==============================================================================
// Explosion_anim.txt
//==============================================================================


//=======================================================FIRE ELE SPECIAL SFX 1=
define felesfx1
{
	set hotspot
	{
		version
		{
			Visualparticle Special E Phoenix Burst Shockwave
		}
	}
}

//==============================================================================
define mushroom
{
	set hotspot
	{
		version
		{
			Visualparticle SFX A Meteor Impact Mushroom
		}
	}
}

//==============================================================================
define dustlarge
{
   set hotspot
   {
      version
      {
         VisualParticle SFX A Generic Dust Large
      }
   }
}

//==============================================================================
define AttackDustCloudLeft
{
   set hotspot
   {
      version
      {
         Visualparticle SFX X Titan Stomp Dust Cloud Left
      }
   }  
}

//==============================================================================
define AttackDustCloudRight
{
   set hotspot
   {
      version
      {
         Visualparticle SFX X Titan Stomp Dust Cloud Right
      }
   }  
}

//=========================================================FIRE ELE BIRTH SFX 1=
define felesfxbirth1
{
	set hotspot
	{
		version
		{
		   Visualparticle SFX A Meteor GroundFire
		}
	}
}

//=========================================================FIRE ELE BIRTH SFX 2=
define felesfxbirth2
{
	set hotspot
	{
		version
		{
                    Visualparticle Special G Chimera Fire Breath
		}
	}
}

//==============================================================================
anim Idle
{
	SetSelector
	{
		set hotspot
		{
			version
			{
			Visualnone jimmy
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag GenericSound 0.01 true   
                  tag SpecificSoundSet 0.01 false FireRaftDeath checkVisible
//-- end auto generated section
			length 1.1
                        connect ATTACHPOINT AttackDustCloudRight hotspot
                        connect Smoke0 dustlarge hotspot
                        connect Smoke1 dustlarge hotspot
                        connect ATTACHPOINT mushroom hotspot
  connect ATTACHPOINT felesfxbirth1 hotspot
		connect ATTACHPOINT felesfxbirth2 hotspot
                        }
		}
	}
}
